Object::Changed

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::Changed - instance method  

TEMPLATE

void Changed()  

SPECIFIERS

public inline  

DESCRIPTION

Changed is a short-cut for Send as follows:

    Send(cIdNone, cPartAnyChange, 0);


Note that these arguments are the default arguments of Send.

Changed is still provided for backward compatibility, but it is obsolete. The programmer should write Send(); instead.  

ARGUMENTS

none

 

RETURN ARGUMENT

void

 

CATEGORIES

change propagation, client interface

 

FILES

implementation:
Object.h


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022